Exception class for MDB_BAD_DBI errors. @since 0.9.14 (2014/09/20) @see http://symas.com/mdb/doc/group__errors.html#gab4c82e050391b60a18a5df08d22a7083
Exception class for MDB_CORRUPTED errors. @see http://symas.com/mdb/doc/group__errors.html#gaf8148bf1b85f58e264e57194bafb03ef
Base class for fatal error conditions.
Exception class for MDB_KEYEXIST errors. @see http://symas.com/mdb/doc/group__errors.html#ga05dc5bbcc7da81a7345bd8676e8e0e3b
Base class for logic error conditions.
Exception class for MDB_MAP_FULL errors. @see http://symas.com/mdb/doc/group__errors.html#ga0a83370402a060c9175100d4bbfb9f25
Base class for LMDB exceptions
Resource class for MDB_cursor* handles.
Resource class for MDB_dbi handles.
Resource class for MDB_env* handles.
Resource class for MDB_txn* handles.
Wrapper class for MDB_val structures.
Exception class for MDB_NOTFOUND errors. @see http://symas.com/mdb/doc/group__errors.html#gabeb52e4c4be21b329e31c4add1b71926
Exception class for MDB_PANIC errors. @see http://symas.com/mdb/doc/group__errors.html#gae37b9aedcb3767faba3de8c1cf6d3473
Base class for runtime error conditions.
Exception class for MDB_VERSION_MISMATCH errors. @see http://symas.com/mdb/doc/group__errors.html#ga909b2db047fa90fb0d37a78f86a6f99b
Wrapper for cursor_close @see http://symas.com/mdb/doc/group__mdb.html#gad685f5d73c052715c7bd859cc4c05188
Wrapper for cursor_count @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga4041fd1e1862c6b7d5f10590b86ffbe2
Wrapper for cursor_dbi @see http://symas.com/mdb/doc/group__mdb.html#ga2f7092cf70ee816fb3d2c3267a732372
Wrapper for cursor_del @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga26a52d3efcfd72e5bf6bd6960bf75f95
Wrapper for cursor_get @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0
Wrapper for cursor_open @throws lmdb_oo.MbdError on failure
Wrapper for cursor_put @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga1f83ccb40011837ff37cc32be01ad91e
Wrapper for cursor_renew @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gac8b57befb68793070c85ea813df481af
Wrapper for cursor_txn @see http://symas.com/mdb/doc/group__mdb.html#ga7bf0d458f7f36b5232fcb368ebda79e0
Wrapper for mdb_close @see http://symas.com/mdb/doc/group__mdb.html#ga52dd98d0c542378370cd6b712ff961b5
Wrapper for mdb_del @retval true if the key/value pair was removed @retval false if the key wasn't found @see http://symas.com/mdb/doc/group__mdb.html#gab8182f9360ea69ac0afd4a4eaab1ddb0
Wrapper for mdb_drop @see http://symas.com/mdb/doc/group__mdb.html#gab966fab3840fc54a6571dfb32b00f2db
Wrapper for mdb_flags @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga95ba4cb721035478a8705e57b91ae4d4
Wrapper for mdb_get @retval true if the key/value pair was retrieved @retval false if the key wasn't found @see http://symas.com/mdb/doc/group__mdb.html#ga8bf10cd91d3f3a83a34d04ce6b07992d
Wrapper for mdb_dbi_open @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gac08cad5b096925642ca359a6d6f0562a
Wrapper for mdb_put @retval true if the key/value pair was inserted @retval false if the key already existed @see http://symas.com/mdb/doc/group__mdb.html#ga4fa8573d9236d54687c61827ebf8cac0
Wrapper for mdb_set_compare @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga68e47ffcf72eceec553c72b1784ee0fe
Wrapper for mdb_set_dupsort @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gacef4ec3dab0bbd9bc978b73c19c879ae
Wrapper for mdb_dbi_set_relctx @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga7c34246308cee01724a1839a8f5cc594
Wrapper for mdb_set_relfunc @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga697d82c7afe79f142207ad5adcdebfeb
Wrapper for mdb_stat @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gae6c1069febe94299769dbdd032fadef6
Wrapper for mdb_env_close @see http://symas.com/mdb/doc/group__mdb.html#ga4366c43ada8874588b6a62fbda2d1e95
Wrapper for mdb_env_copy @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga3bf50d7793b36aaddf6b481a44e24244 @see http://symas.com/mdb/doc/group__mdb.html#ga5d51d6130325f7353db0955dbedbc378
Wrapper for mdb_env_copy_fd @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga5040d0de1f14000fa01fc0b522ff1f86 @see http://symas.com/mdb/doc/group__mdb.html#ga470b0bcc64ac417de5de5930f20b1a28
Wrapper for mdb_env_create @throws lmdb_oo.error on failure @see http://symas.com/mdb/doc/group__mdb.html#gaad6be3d8dcd4ea01f8df436f41d158d4
Wrapper for mdb_env_get_fd @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gaf1570e7c0e5a5d860fef1032cec7d5f2
Wrapper for mdb_env_get_flags @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga2733aefc6f50beb49dd0c6eb19b067d9
Wrapper for mdb_env_get_max_keysize @see http://symas.com/mdb/doc/group__mdb.html#gaaf0be004f33828bf2fb09d77eb3cef94
Wrapper for mdb_env_get_max_readers @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga70e143cf11760d869f754c9c9956e6cc
Wrapper for mdb_env_get_path @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gac699fdd8c4f8013577cb933fb6a757fe
Wrapper for mdb_env_get_userctx @since 0.9.11 (2014/01/15) @see http://symas.com/mdb/doc/group__mdb.html#ga45df6a4fb150cda2316b5ae224ba52f1
Wrapper for env_info @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga18769362c7e7d6cf91889a028a5c5947
Wrapper for mdb_env_open @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga32a193c6bf4d7d5c5d579e71f22e9340
Wrapper for mdb_env_set_flags @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga83f66cf02bfd42119451e9468dc58445
Wrapper for mdb_env_set_mapsize @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gaa2506ec8dab3d969b0e609cd82e619e5
Wrapper for mdb_env_set_max_dbs @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gaa2fc2f1f37cb1115e733b62cab2fcdbc
Wrapper for mdb_env_set_max_readers @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gae687966c24b790630be2a41573fe40e2
Wrapper for mdb_env_set_userctx @throws lmdb_oo.MbdError on failure @since 0.9.11 (2014/01/15) @see http://symas.com/mdb/doc/group__mdb.html#gaf2fe09eb9c96eeb915a76bf713eecc46
Wrapper for mdb_env_stat @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gaf881dca452050efbd434cd16e4bae255
Wrapper for mdb_env_sync @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga85e61f05aa68b520cc6c3b981dba5037
Wrapper for mdb_txn_abort @see http://symas.com/mdb/doc/group__mdb.html#ga73a5938ae4c3239ee11efa07eb22b882
Wrapper for mdb_txn_begin @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#gad7ea55da06b77513609efebd44b26920
Wrapper for mdb_txn_commit @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga846fbd6f46105617ac9f4d76476f6597
Wrapper for mdb_txn_env @see http://symas.com/mdb/doc/group__mdb.html#gaeb17735b8aaa2938a78a45cab85c06a0
Wrapper for mdb_txn_id @note Only available in HEAD, not yet in any 0.9.x release (as of 0.9.16).
Wrapper for mdb_txn_renew @throws lmdb_oo.MbdError on failure @see http://symas.com/mdb/doc/group__mdb.html#ga6c6f917959517ede1c504cf7c720ce6d
Wrapper for mdb_txn_reset @see http://symas.com/mdb/doc/group__mdb.html#ga02b06706f8a66249769503c4e88c56cd